<style>
/*通用代码*/
*{ margin:0px; padding:0px;}
body{font-size:14px; color:#222222; font-family:"Microsoft YaHei"; font-family:'微软雅黑';}
img{margin: 0px; padding: 0px;border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;}
dl,dt,dd,ol,ul,li,from,input,select,span,p,div{margin: 0px; padding: 0px; list-style: none;}
.clear{clear:both;}
a{color: #222222; text-decoration: none; font-size:14px;}
a:hover{color: #1051a1;cursor:pointer;}
em ,i{ font-style:normal;}
input,button,select,textarea{outline:none}
.w1300{ width:1300px; margin:0 auto;}
.w1400{ width:1400px; margin:0 auto;}

.top10{height:10px;}
.top20{height:20px;}
.top30{height:30px;}
.top40{height:40px;}
.top50{padding-top:50px;}
.top60{height:60px;}
.top70{height:70px;}
.top80{ height:80px;}

.fl{ float:left;}
.fr{ float:right;}


.title{text-align: center;font-size: 40px;color: #222222;    font-weight: bold;}
.title i{color: #1051a1;}
.title span{display: block;font-size: 18px;margin: 5px 0 20px 0;font-weight: lighter;color: #888888;}
.title em{ font-size:0; display:inline-block;height: 30px;margin-top: -10px;}
.title em i{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#888888;animation: bounce_fountainG 1.2s linear infinite;} 
.title em i+i{ margin-left:16px;}
.title em i:nth-child(1){animation-delay: .4s;}
.title em i:nth-child(2){background:#1051a1;animation-delay: .6s;}
.title em i:nth-child(3){animation-delay: .8s;}
.title b{color: #1051a1;}

@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}

/*抬头*/
.hlogo span{display: block;font-size: 30px;color: #1051a1;font-weight: bold;}
.hlogo i{ color: #1051a1;font-size: 12px;text-transform:uppercase;    letter-spacing: 0.9px;padding-left: 5px;}
.header{height:180px; background:url(../haode/20210429084934_676667490.jpg) no-repeat center; position:relative;}
.header .w1400{ position:relative; padding-left:250px; box-sizing:border-box;}
.header .hlogo{ position:absolute; top:-30px; left:0; z-index:999; width:202px; height:282px; background:url(../haode/20210429085910_1764862246.png) no-repeat center; 
  text-align:center;}
.hlogo a{ display:block; width:100%; height:100%;}
.hlogo a img:nth-child(1){ margin:50px 0 -7px 0;animation: Updown 1s infinite alternate;}
.htop{padding-top:20px; height:83px;}
.hmean{ font-size:16px; color:#fff; font-weight:lighter;}
.hmean strong{ display:block; font-size:30px; color:#fff; margin:0 0 3px 0;}
.hconcat{ padding-left:43px; background:url(../haode/20210429085119_1650386970.png) no-repeat left center; font-size:16px; color:#3cb1fc;}
.hconcat strong{ display:block; line-height:24px; font-size:20px; color:#fff;}

/*图片上下浮动动画*/
@keyframes Updown {
  from {
    transform:translateY(-20px);
  }
  to {
    transform:translateY(0px);
  }
}
.nav { font-size:0;}
.nav li{ display:inline-block;}
.nav li+li{ margin-left:10px;}
.nav li a{ display:block; position:relative; line-height:76px; padding: 0 27.45px; font-size:16px; color:#fff; font-weight:lighter; transition:all .3s ease;}
.nav li a:after{ content:''; display:block; position:absolute; top:0; left:0px; right:0; width:0; margin:0 auto; height:3px; background:#fff; transition:all .3s ease;}
.nav li.cur a,.nav li:hover a{ color:#fff;}
.nav li.cur a:after,.nav li:hover a:after{ width:100%;}
/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1;}
.banner-box{ min-width:1300px; height:638px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:638px; background-position: center; background-repeat: no-repeat; background-color: #eee}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;}
.banner-btn{ width: 100%; position: absolute; top:290px; left: 0; margin-left: 0; height: 400px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(http://login.114my.cn/memberpic/0341481/uploadfile/image/20200715/20200715170021_1225071946.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(http://login.114my.cn/memberpic/0341481/uploadfile/image/20200715/20200715170021_1225071946.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:100px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:13px; height:13px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background: #1051a1;border-radius: 130px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
/*搜索*/
.search{ height:80px; background:url(../haode/20210429091754_2133226266.jpg) no-repeat center;}
.keywords,.keywords a{ font-size:14px; color:#888888; line-height:80px; font-weight:lighter;}
.keywords a:hover,.keywords span{ color:#1051a1;}
.sconcat p:nth-child(1){ font-size:14px; color:#fff; padding-left:29px; background:url(../uploadfile/image/20210429/20210429094501_181882389.png) no-repeat left center; margin-bottom:3px;}
.sconcat p:nth-child(2){ font-size:24px; font-weight:bold; color:#fff; font-family:Arial, Helvetica, sans-serif;}
.sconcat { height:65px; border-left:1px solid #1a95e5; padding:15px 0px 0px 25px;}
#search_bg input{ float:left;}
#search_bg #infoname{ width:230px; height:80px; border-left:1px solid #e9e9e9 !important; padding-left:63px; background:url(../uploadfile/image/20210429/20210429091439_1427522575.png) no-repeat left center; box-sizing:border-box;}
/*产品分类、热销产品*/
#classimgshow1 a{font-size: 16px;color:#222222;font-weight:normal;}
#center_bg{width:1400px; margin:0 auto; margin-top:15px;}
#left_l{width:300px; float:left;}
#right_r{width:1070px; float:right;}

#sort_product_t{text-align:center; font-size:36px; font-weight:bold; margin-top:50px;}
#sort_product_t span{color:#dc231e;}
#sort_product_c{text-align:center; font-size:16px; color:#888; padding-top:5px;}
#sort_product_b{text-align:center; padding-top:10px;}

#sort_t{width:300px; height:132px; background:url(../haode/20210429175217_274764802.png) no-repeat;}
#sort_t .h1{padding-top:35px; padding-left:35px; font-size:30px; color:#fff;}
#sort_t .h1 p{font-weight:normal; font-size:14px;  text-transform:uppercase;}

#sort_c{width:230px;}

#sort_b{background:#f9f9f9; padding:30px 20px 25px 30px; line-height:35px;color: #888888;}
#sort_b p{padding-bottom:20px;}

#product_b{width:1070px; margin:0 auto;}


#product_b .divproduct_new_div::after { content: ''; display: block; clear: both; }

#product_b .divproduct_new_div_item {border:1px solid #eeeeee; padding:10px; float: left; width: 324px; margin-right:15px; position: relative; padding-bottom: 58px; margin-bottom: 15px;overflow:hidden; /*cursor:pointer;*/ background:#fff;}
#product_b .divproduct_new_div_item:nth-child(3n){margin-right:0;}
#product_b .product_div_item_image { display: block; width: 100%;transition:0.3s all ease-in-out }
#product_b .divproduct_new_div_item_a { font-size: 16px; color: #888888; line-height: 357px; text-align: center; display: block; height: 50px; vertical-align: middle;transition:0.25s all ease-in-out; text-align:center; width:100%;  }
.product_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_a{color: #dc231e; }

#product_b .divproduct_new_div_item_body{ font-size: 14px; color: #888; line-height: 30px;transition:0.25s all ease-in-out; height:88px; padding:10px 0px; overflow:hidden;}
#product_b .divproduct_new_div_item_content { position: absolute; bottom: 0; left: 35px; display:block; width:278px; padding: 15px 0px 50px 0px; transition:0.25s all ease-in-out;}

#product_b .product_div_item_pic{position:relative;overflow:hidden; width:324px; height:243px;}
#product_b .product_div_item_pic img{ width:324px; height:243px;}

/*#product_b .divproduct_new_div_item::before{content:''; position:absolute; height:285px; width:100%; left:0; top:0; display:block; transition:0.3s all ease-in-out;background:url(http://aiqxt.114my.cn/memberpic/dkai20190627/uploadfile/image/20190724/20190724151014_948384937.png) no-repeat center; z-index: 1; transform: scale(0);}
#product_b .divproduct_new_div_item::after{content:''; position:absolute; height:270px; width:100%; left:0; top:-270px; display:block; transition:0.3s all ease-in-out;background:rgba(0,0,0,0.3)}*/

#product_b .divproduct_new_div_item:hover::after{top:0;}
#product_b .divproduct_new_div_item:hover::before{transform: scale(1);}
#product_b .divproduct_new_div_item:hover .product_div_item_image {transform:scale(1.2);transition:1.2s all ease-in-out;}

#hot_t{height:60px;}
#hot_t .h1{float:left; font-size:25px;}
#hot_t .h1 .font{color:#cf1d00; font-size:25px;}
#hot_t .h1 .font1{font-size:14px; color:#888; text-transform:uppercase; font-weight:normal;}

#hot_t .h2{float:right; width:80px; font-size:16px; text-transform:uppercase; line-height:30px; margin-top:10px; background:#dc231e; color:#fff;}
#hot_t .h2 a{display:block; line-height:30px; text-align:center; font-size:16px; color:#fff;}
#hot_t .h2 a:hover{background:#222; font-size:16px; color:#fff;}

#hot_c{width:940px; background:#ddd; height:1px;}
#hot_b{ margin-top:20px; width:940px;}
#hot_b td a {width: 220px; height: 165px; overflow: hidden !important; display: block; text-decoration: blink; border: 1px solid #bbb; padding: 1px;}
#hot_b td span a{line-height: 45px; background: #ddd; width:220px; height: 45px !important; margin: 0 auto !important; margin-bottom: 10px !important; margin-top: 10px !important;}
#hot_b td span a:hover{background:#cf1d00; color:#fff; height:45px; line-height:45px; width:220px !important; margin:0 auto !important; margin-bottom:10px !important; margin-top:10px !important;}
#hot_b td img{transition:all 0.2s linear; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear;}
#hot_b td img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);}
#hot_b td br{display:none;}

#classimgshow1{ padding-left:30px;border-bottom: 1px solid #dddddd;    width: 285px !important;}
#classimgshow1 a{font-size:16px; color:#222;}
#classimgshow1 a:hover{font-size:16px;  color:#1051a1;}
#classimgshow2{ padding-left:30px;    border-bottom: 1px solid #dddddd;width: 280px;}
#classimgshow2 a{font-size:14px;color: #888888;}
#classimgshow2 a:hover{font-size:14px; color:#1051a1;}
/*广告*/
.guangao{background:url(../haode/20210429134455_1300245147.jpg) no-repeat center top; height:308px;text-align: center;    margin-top: 50px;}
.gg_a{color: #fff;font-size: 30px; font-weight: normal;padding-top: 60px;letter-spacing: 2px;}
.gg_a i{ font-weight: bold;}
.gg_b p{color: #fff;font-size: 14px;    padding-top: 5px;}
.gg_c{color: #fff;font-size: 14px;padding-top: 40px;}
.gg_c i{color: #fff;font-size: 18px;font-weight: bold;}
.gg_d li{float: left; color: #fff;font-size: 18px;padding-right: 124px;}
.gg_d {padding-left: 160px;padding-top: 21px;width: 700px;margin: 0 auto;}
.gg_e li{float: left; color: #fff;font-size: 18px;padding-right: 124px;}
.gg_e {padding-left: 160px;padding-top: 40px;width: 700px;margin: 0 auto;}
/*成功案例*/
.case{ width:100%; background:#fff; overflow:hidden; }
.casecon{ width:800px; height:600px; position:relative; margin:0 auto;}
.casejt{ width:32px; height:32px; background:url(../haode/20210430085457_244324063.png) top left no-repeat; position:absolute; top:45%; left:-58px; z-index:9; cursor:pointer;}
.casejt.next{ background:url(../haode/20210430085457_1449944553.png) top left no-repeat; left:inherit; right:-58px;}
.casejt:hover{ background-position-y:bottom;}
.casecon .divdgweb_new_div_item{ width:800px; height:600px; margin-right:100px; position:relative;}
.casecon .divdgweb_new_div_item .news_div_item_pic img{ width:100%; height:100%;}
.casecon .divdgweb_new_div_item_content{ width:560px; height:130px; background:rgba(34,34,34,.8); opacity:0; transition:all .3s ease; position:absolute; left:0; right:0; top:200px; margin:0 auto; padding:30px 35px;}
.casecon .divdgweb_new_div_item_a{ display:block; color:#fff; font-size:26px; font-weight:bold; text-align:center;}
.casecon .divdgweb_new_div_item_body{ display:-webkit-box; height:90px; color:#eee; font-size:14px; font-weight:lighter; line-height:30px; margin:24px 0 33px 0; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical;} 
.casecon .divdgweb_new_div_item.cur .divdgweb_new_div_item_content{ top:410px; opacity:1;}
.casecon .divdgweb_new_div,.casecon .tempWrap{ overflow:visible !important;}
/*四大优势*/
.adv{ height:844px; background:url(../haode/20210429163612_25144483.jpg) no-repeat center;margin-top: 60px;}
.adv .title:after{ height:24px; background:url(http://login.114my.cn/memberpic/dgyueli/uploadfile/image/20200829/20200829114201_967312925.png) no-repeat center;}
.advcenter{ position:relative; margin-top:15px;}
.advwa{ margin-top:20px; width:630px;}
.adv_t{ font-size:18px; color:#7a7d80; padding:0 0 25px 75px; position:relative; border-bottom:2px solid #dddddd; margin-bottom:33px;}
.advcon ul>div .adv_t:after{ content:''; display:block; width:60px; height:60px; color:#fff; font-size:30px; text-align:center; line-height:60px; font-weight:lighter; border-radius:50%; background:#1051a1; position:absolute; top:4px; left:0;}
.advcon ul:nth-child(5)>div .adv_t:after{ content:'04';}
.advcon ul:nth-child(2)>div .adv_t:after{ content:'01';}
.advcon ul:nth-child(3)>div .adv_t:after{ content:'02';}
.advcon ul:nth-child(4)>div .adv_t:after{ content:'03';}
.adv_t strong{ display:block; font-size:30px; color:#222222; margin-bottom:3px;}
.adv_c p{ line-height:38px; font-size:15px; color:#888888; padding-left:30px; background:url(../haode/20210429115027_3474432.png) no-repeat left 15px;}
.advtabpic{ position:relative; width:202px; height:152px; position:relative;}
.advtabpic img{ width:100%; height:100%;}
.advtab p{ margin-top:20px; font-size:16px; color:#222222;}
.advtab{ padding:15px 15px; font-size:0; background:#fff; position:absolute; bottom:-70px; left:0; z-index:999;}
.advtab li{ display:inline-block; cursor:pointer; text-align:center; position:relative;}
.advtab li+li{ margin-left:17px;}
.advtab span{ position:absolute; transition:all .5s ease; width:36px; height:36px; border-radius:50%; background:#1051a1; font-size:18px; color:#fff; font-family:Arial, Helvetica, sans-serif; line-height:36px; right:0; left:0; margin:0 auto; top:0; opacity:0;}
.advtab li.on span{ top:132px; opacity:1;}
.advtabpic:after{ content:''; display:block; position:absolute; box-sizing:border-box; width:100%; height:100%; opacity:0; transition:all .2s ease; border:2px solid #1051a1; top:0; left:0;}
.advtab li.on .advtabpic:after{ opacity:1;}
/*客户留言*/
.fb_con{margin-right: 60px}
.fb_t{ font-size:30px; color:#fff;letter-spacing: 2.2px;}
.fb_c{ font-size:32px; color:#fff; font-weight:bold;}
.feedback{ height:575px; background:url(../haode/20210429163004_28949509.jpg) no-repeat center;}
.fb_concat p{ font-size:35px; font-weight:bold; color:#1051a1; font-family:Arial, Helvetica, sans-serif; line-height:35px; margin-left:15px;}
.fb_concat img{ margin-top:5px;}
.fb_titl{ margin:90px 0px 0px 200px;}
.fb_line{ width:720px; height:1px; border-top:1px dotted #fff;}
.fb_ul { margin-left:20px;}
.fbultab li{ width:100px; height:137px; float:left; background:url(../haode/20210429172150_221193503.png) no-repeat top left;margin-top: -8px; cursor:pointer; font-size:14px; color:#fff; text-align:center; margin-right:25px; line-height:20px;}
.fbultab li:hover{ background-position-y:-137px; color:#1051a1;}
.fbultab li .fb_icon{ width:29px; height:27px; margin:0 auto; background:url(../haode/20210429173602_573838219.png) top center; transition:0.5s; margin-top:53px; margin-bottom:10px;}
.fbultab li:nth-child(1) .fb_icon{ background-position-x:0px;width:27px;}
.fbultab li:nth-child(2) .fb_icon{ background-position-x:-27px;width:24px;}
.fbultab li:nth-child(3) .fb_icon{ background-position-x:-51px; width:27px;}
.fbultab li:nth-child(4) .fb_icon{ background-position-x:-78px;width:27px;}
.fbultab li:nth-child(5) .fb_icon{ background-position-x:-107px;width:27px;}
.fbultab li:nth-child(6) .fb_icon{ background-position-x:-134px;width:27px;}
.fbultab li:nth-child(6){ margin-right:0px;}
.fbultab li:hover .fb_icon{ background-position-y:-47px;transition:0.5s}

.fbc_t p{ color:#fff;}
.fbc_t{ margin-bottom:36px; text-align:left; margin-left:-13px;}
.fbc_t p:nth-child(1){ font-size:28px; margin:45px 0px 5px 45px;}
.fbc_t p:nth-child(2){ font-size:12px; text-transform:uppercase;}
#footer_dr_d_ti{ position:relative; width:420px; height:54px; background:#fff; border:1px solid #fff; margin-bottom:15px;}
#footer_dr_d_ti_wo,#footer_dr_d_ti_hree{ float:left;}
.footer_ly input{ border:none;background: none;height: 54px;}
.footer_ly { font-size:15px; color:#a15d26; line-height:52px;}
#footer_dr_d_ti_wo{ padding:0px 20px;color: #888888;}
#footer_dr_d_ti_hree{ width:300px;}
#footer_dr_d_tf_ur #footer_dr_d_tf_wo,#footer_dr_d_tf_ur #footer_dr_d_tf_ve{ float:left;}
#footer_dr_d_tf_ur{width:420px; background:#fff; border:1px solid #fff; height:105px;}
#footer_dr_d_tf_ve textarea{ border:none; background:none; width:340px;margin-top: 18px;}
#footer_dr_d_tf_wo{ padding:0px 20px;color: #888;}
#footer_dr_d_tf_ur{ margin-bottom:15px;}
#footer_dr_d_to #footer_dr_d_to_wo,#footer_dr_d_to_hree{ float:left;}
#footer_dr_d_to{ 
  width:420px; 
/*  height:53px;  */
  background:#28a8fc;
}
#footer_dr_d_to_wo input{ height:53px; width:120px; background:#28a8fc;padding-left: 14px;}
#footer_dr_d_to_hree_img{ margin-top:16px;}
.footer_dr_d_ly_ao_l{ height:53px; width:216px; float:right; background:#222222;text-align: center;}
.footer_dr_d_ly_ao_l input{ font-size:16px; color:#fff;}
#footer_dr_d_to_wo input{ font-size:14px; color:#bcdefe;}
/*简介*/
.about{ height:541px;min-width:1400px;  background:url(../uploadfile/image/20210429/20210429145350_1336295823.jpg) no-repeat center;  }
.com_t p{color: #fff;}
.com_t dd{color: #999;}
.about_con{ height:536px; }
.about_con:hover .about_word p:nth-child(2){ width:50px; -webkit-transition:0.5s; transition:0.5s;}
.about_word{ padding:50px 60px 0px 0px; width:640px;}
.about_word p:nth-child(1){ font-size:35px; color:#222222; text-transform:uppercase;font-weight: bold;}
.about_word p:nth-child(2){ width:33px; height:1px; background:#cccccc; margin:30px 0px 30px 0px;-webkit-transition:0.5s;transition:0.5s;}
.about_word p:nth-child(3){font-size:16px; color:#787878; line-height:35px;}
.about_btn{ margin-top:45px;}
.about_btn a{ display:block; width:120px; height:40px; color:#fff; text-align:center; line-height:40px; float:left;-webkit-transition:0.8s;transition:0.8s;margin-right: 20px;}
.about_btn a:nth-child(1){ background:#1051a1;}
.about_btn a:nth-child(2){ background:#dddddd;color: #888888;}
.about_btn a:hover{ width:200px; -webkit-transition:0.8s; transition:0.8s;}
.about_pic{ background:#fff; width:642px; padding: 60px 58px 0 0; height:436px;}
.about_word i{color: #1051a1;}
.about_word span{color: #888888;display: block; font-size: 16px;font-weight: lighter;}
/*新闻*/
.news{background: #eeeeee;height: 800px;}
.pageh {margin: 0 auto;width: 1400px;min-width: 1400px;padding-top: 50px;}
.news_fl{width:210px;background:#eee;}
.news_fl li{height:180px;text-align: center;position:relative;-webkit-transition: all 0.3s;transition: all 0.3s;background: #fff;}
.news_fl li:after{display:block;content:"";width:155px;height:1px;background: #eeeeee;position: absolute;left: 30px;bottom: 0;}
.news_fl li:last-child:after,.news_fl li.on:after{background: none;}
.news_fl li.on{background: #1051a1;position: relative;}
.news_fl li.on:before{display:block;content:"";width: 0;height: 0;border-top: 16px solid transparent;
border-bottom: 16px solid transparent;border-left: 18px solid #1051a1;position:absolute;top: 76px;
right: -18px;}
.news_fl li a{display:block;}
.news_fl li p{padding-top:95px;font-size:20px;color:#888888;font-weight: bold;}
.news_fl li p:before{display:block;content: "";width:25px;height:25px;background: 
url(../uploadfile/image/20210429/20210429101346_1606520096.png)no-repeat;position:absolute;top: 49px;left:92px;z-index: 2;}
.news_fl li:nth-child(1) p:before{background-position: 0px 0px;}
.news_fl li:nth-child(2) p:before{background-position: -25px 0px;}
.news_fl li:nth-child(3) p:before{background-position: -50px 0px;}
.news_fl li:nth-child(1).on p:before{background-position:0px -25px;}
.news_fl li:nth-child(2).on p:before{background-position:-25px -25px;}
.news_fl li:nth-child(3).on p:before{background-position:-50px -25px;}
.news_fl li p:after{display:block;content: "";width:55px;height:55px;background:#1051a1;border-radius:100%;position:absolute;top:33px;;left:77px;}
.news_fl li.on p,.news_fl li.on span{color:#fff;}
.news_fl li.on p:after{background: #fff;}
.news_fl li span{display:block;font-size: 12px;color:#888888;line-height: 30px;    text-transform: uppercase;}

.news_fr{ width:1144px;}
.news_fr .news_div_item{width:362px;background:#fff;position: relative;height:539px;float: left;border:1px solid #eee;margin-left: 26px;}
.news_fr .news_div_item_pic img{width:100%;height:272px;}
.news_fr .news_div_item_date{position: absolute;width:100px;height:100px;background:#1051a1;border-radius:0 5px;top: 162px;left: 10px;text-align:center;}
.news_fr .news_div_item_content{position: absolute;top:330px;width:84%;left:8%;height:129px;border-bottom: 1px solid #eee;}
.news_fr .news_div_item_day,.news_fr .news_div_item_month{display:inline-block;}
.news_fr .news_div_item_year,.news_fr .news_div_item_month{color:#fff;font-family:'Myriad Pro';font-size:16px; position:absolute; bottom:22px;}
.news_fr .news_div_item_year{ left:16px;}
.news_fr .news_div_item_month{ left:62px;}
.news_fr .news_div_item_day{ color:#fff;font-size:36px;margin-top: 14px; font-weight:bold; position:absolute; top:0; left:30px;}
.news_fr .news_div_item_a{font-size:18px !important;color:#222 !important;display: block;width: 100%;position: absolute;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;    margin-top: -35px;}
.news_fr .news_div_item_body{font-size:14px;color:#aaaaaa;line-height:30px;margin-top:8px;}
.news_fr .news_div_item_content:before{content:'';width:28px;height:21px;background:url(http://login.114my.cn/memberpic/shifen/uploadfile/image/20210414/20210414085528_940240122.jpg)no-repeat center;display:block;position: absolute;top:158px;}
.news_fr .news_div_item_content:after{content:'';background:url(http://login.114my.cn/memberpic/shifen/uploadfile/image/20210414/20210414085552_1864177466.jpg)no-repeat center;width:59px;height:29px;display:block; position: absolute;top: 155px;right: 0;}
.news_fr .news_div_item:hover .news_div_item_a{color:#1051a1 !important;}

.news_fr .news_div_item:nth-child(1){margin-left:0px;}
/*版权*/
.copyright{ background:#222222;}
.end,.end a{ font-size:15px; color:#888888;}
.end a:hover{ color:#fff;}
.end{ border-top:1px solid #000000; line-height:127px;}
.crcon{ padding:75px 0 60px 0; border-bottom:1px solid #383838;}
.crcon .w1400,.kslj{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start;}
.kslj p{ font-size:20px; color:#ffffff; margin-bottom:18px;}
.kslj a{ display:block; font-size:14px; color:#898989; line-height:30px;}
.kslj a:before{ display:inline-block; content:'-'; margin-right:15px; vertical-align:middle;}
.kslj p:before{ content:''; display:inline-block; width:3px; height:16px; background:linear-gradient(to bottom,#1051a1 50%,#eb3d00 50%); margin-right:15px;}
.kslj a:hover{ color:#fff;}
.kslj li+li{ margin-left:110px;}
.crcode{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.crcodeleft img{ width:166px; height:166px; padding:15px; background:#fff; position:relative; border-radius:5px;}
.crcodeleft>div{ position:relative;}
.crcodeleft>div:after{ content:''; display:block; position:absolute; left:100%; top:16px; width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:9px solid #fff;}
.crright{ margin:0 0 0 30px;}
.crcodeleft>div:nth-child(2):after{ top:76px;}
.crcodeleft>div:nth-child(3):after{ top:135px;}
.crright p{ cursor:pointer;  width:205px; height:46px; transition:all .3s ease; padding-left:25px; font-size:16px; color:#545556; font-weight:lighter; line-height:46px; border-radius:23px; background:linear-gradient(to right,#eaf0f5,#fefeff);}
.crright p i{ display:inline-block; vertical-align:middle; transition:all .3s ease; margin-right:15px; width:20px; height:20px; background:url(../uploadfile/image/20210430/20210430102510_850394743.png) no-repeat center;}
.crright p+p{ margin-top:14px;}
.crright p.on{ background:linear-gradient(to right,#1051a1,#31393c); color:#fff;}
.crright p.on i{ background-image:url(../uploadfile/image/20210430/20210430102510_2030221683.png);}
/*友情链接*/
.links{ height:100px; color:#fff; line-height:100px; background:#1051a1;}
.links_l{ width:1400px;}
.links p:nth-child(1){ color:#fff; font-size:16px; background:url(../uploadfile/image/20210429/20210429092528_977588793.png) no-repeat left center; margin-right:10px; padding-left:40px;}
/*.linkTagcs li{ line-height:100px !important;}*/
.linkTagcs li a{ color:#fff !important;font-size: 14px;}
.linkTagcs li a:hover{ color:#019235 !important;}
.links p:nth-last-child(1){ color:#fff; font-size:22px; font-family:Impact; line-height:100px; text-transform:uppercase;}
/*浮动ＱＱ*/
.my-kefu{ position:fixed; right:0px; top:20%; z-index:10000000;}
.my-kefu ul{ width:77px;}
.my-kefu li a{ text-decoration:none;}
.my-kefu li{ width:77px; height:70px; background:#1051a1; margin-top:1px; padding:9px 0;}
.my-kefu li i{ display:block; width:30px; height:27px; text-align:center; background:url(../haode/20210430103924_1468078109.png) no-repeat; margin:0px auto;}
.my-kefu li p{ height:20px; color:#fff; line-height:20px; text-align:center; overflow:hidden;}
.my-kefu .my-kefu-qq i{ background-position:4px 8px;}
.my-kefu .my-kefu-tel i{ background-position:0 -25px;}
.my-kefu .my-kefu-tel1 i{ background-position:-35px 4px;}
.my-kefu .my-kefu-tel1:hover{ width:246px; height:145px;}
.my-kefu .my-kefu-tel2 i{ background-position:-35px 4px;}
.my-kefu .my-kefu-tel2:hover{ width:246px; height:166px;}
.my-kefu .my-kefu-liuyan i{ background-position:4px -53px;}
.my-kefu .my-kefu-weixin i{ background-position:-34px 4px;}
.my-kefu .my-kefu-weibo i{ background-position:-30px -22px;}
.my-kefu .my-kefu-ftop{ background-color:#222;}
.my-kefu .my-kefu-ftop i{ width:33px; height:35px; background-position:-27px -51px;}
.my-kefu-left{ float:left; width:77px; height:47px; position:relative;}
.my-kefu-tel-right{ float:left; height:34px; color:#fff; font-size:20px; line-height:16px; border-left:1px solid #fff; padding-top:10px; padding-left:15px;}
.my-kefu-tel1-right{ float:left; height:24px; color:#fff; font-size:20px; line-height:22px; margin-top:8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-tel2-right{ float:left; height:24px; color:#fff; font-size:20px; line-height:22px; margin-top:8px; border:none; margin:0 auto; margin-bottom:5px;}
.my-kefu-right{ width:20px;}
.my-kefu-tel-main{ width:310px; height:47px; color:#fff; margin-top:9px;}
.my-kefu-main{ width:97px; position:relative;}
.my-kefu-weixin-pic{ position:absolute; left:-130px; top:-24px; display:none;}
/*浮动ＱＱ*/
</style>